Matrix Transforms
Labels
-
ASCII
-
Matrix
-
Binary
-
mtrx
( =
0x6D747278
)
Data Format
Matrix4x4 matrix
-
matrix
-
A 4-by-4 array specifying a custom matrix transformation. The specified matrix should be invertible.
Description
A matrix transform is a transform by an arbitrary invertible 4-by-4 matrix.
Parent Hierarchy
Shared, shape, transform.
Example
Matrix (
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
)
© 1997 Apple Computer, Inc.
Previous | QD3D Book | Overview | Chapter Contents | Next |